From b765aa36317338cf5661311040b016ba7f5ddd4e Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 1 Jun 2024 06:22:17 +0900 Subject: formatting fixed on waybar css as it causes issues with drawered modules --- config/waybar/style/[Wallust] Box type.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config/waybar/style/[Wallust] Box type.css') diff --git a/config/waybar/style/[Wallust] Box type.css b/config/waybar/style/[Wallust] Box type.css index 7897b19f..c318bf65 100644 --- a/config/waybar/style/[Wallust] Box type.css +++ b/config/waybar/style/[Wallust] Box type.css @@ -6,11 +6,10 @@ * { font-family: "JetBrainsMono Nerd Font"; font-weight: bold; -min-height: 10px; +min-height: 0; /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ font-size: 97%; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; -padding: 2px; } @@ -124,6 +123,8 @@ window#waybar.empty #window { #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay{ + padding-top: 4px; + padding-bottom: 4px; padding-left: 8px; padding-right: 10px; border-radius: 10px; -- cgit v1.2.3